home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #3 & #4 / Amiga Plus CD - 1995 - No. 3 and 4.iso / pd / sound / cybersound / 14bit.driver / calibration_source / makefile < prev   
Makefile  |  1995-07-20  |  817b  |  30 lines

  1. #******************************************************************************
  2. #*
  3. #* SAS-C 6.51 makefile for 14 bit sound driver calibration program
  4. #*
  5. #* (c) 1995 by Christian Buchner
  6. #*
  7. #******************************************************************************
  8.  
  9. ##############################################################################
  10. # Default rules...
  11. #
  12.  
  13. .c.o:
  14.     SC NOSTKCHK PARMS=REG NMINC STRMERGE STREQ MCCONS COMNEST UNSCHAR $*.c
  15.  
  16.  
  17. ##############################################################################
  18. # Build the load file...
  19. #
  20.  
  21. /14Bit_Calibration:    Calibrate.o
  22.         SLINK FROM Calibrate.o TO /14Bit_Calibration SC SD NOICONS LIB LIB:sc.lib+LIB:amiga.lib
  23.  
  24.  
  25. ##############################################################################
  26. # All dependencies...
  27. #
  28.  
  29. Calibrate.o:    Calibrate.c
  30.